home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / frame_22 / DoAction_2.as next >
Text File  |  2008-02-25  |  177b  |  10 lines

  1. if(_root.gogogo == true and _root.death != true)
  2. {
  3.    _root.gogogo = false;
  4.    WhooHoo.start();
  5.    tellTarget("/blueboy2/hero/hero1")
  6.    {
  7.       gotoAndPlay(4);
  8.    }
  9. }
  10.